home *** CD-ROM | disk | FTP | other *** search
/ This Disc Bytes! / Power Computing - The Disc 2 - This Disc Bytes.ISO / mac / CodeWarrior 7 Lite for 68K / MacOS Support / Headers / Universal Headers / CMComponent.h < prev    next >
Text File  |  1995-07-06  |  2KB  |  60 lines

  1. /*
  2.      File:        CMComponent.h
  3.  
  4.      Contains:    Stub for including new file names.
  5.  
  6.      Version:    Technology:    ColorSync 2.0
  7.                  Package:    Universal Interfaces 2.1 in “MPW Latest” on ETO #18
  8.  
  9.      Copyright:    © 1984-1995 by Apple Computer, Inc.
  10.                  All rights reserved.
  11.  
  12.      Bugs?:        If you find a problem with this file, use the Apple Bug Reporter
  13.                  stack.  Include the file and version information (from above)
  14.                  in the problem description and send to:
  15.                      Internet:    apple.bugs@applelink.apple.com
  16.                      AppleLink:    APPLE.BUGS
  17.  
  18. */
  19.  
  20. #ifndef __CMCOMPONENT__
  21. #define __CMCOMPONENT__
  22.  
  23. /* 
  24.     This file has been included to allow older source code 
  25.     to #include <CMComponent.h>.  Please update your source
  26.     code to directly #include <CMMComponent.h>
  27.       and             #include <CMPRComponent.h>
  28.  
  29. */
  30. /* #include the two ColorSync 2.0 files equivalent to the v. 1.0 file */
  31.  
  32. #ifndef __CMMCOMPONENT__
  33. #include <CMMComponent.h>
  34. #endif
  35. /*    #include <Types.h>                                            */
  36. /*        #include <ConditionalMacros.h>                            */
  37. /*    #include <Quickdraw.h>                                        */
  38. /*        #include <MixedMode.h>                                    */
  39. /*        #include <QuickdrawText.h>                                */
  40. /*    #include <Components.h>                                        */
  41. /*    #include <CMApplication.h>                                    */
  42. /*        #include <Files.h>                                        */
  43. /*            #include <OSUtils.h>                                */
  44. /*                #include <Memory.h>                                */
  45. /*            #include <Finder.h>                                    */
  46. /*        #include <Printing.h>                                    */
  47. /*            #include <Errors.h>                                    */
  48. /*            #include <Dialogs.h>                                */
  49. /*                #include <Menus.h>                                */
  50. /*                #include <Controls.h>                            */
  51. /*                #include <Windows.h>                            */
  52. /*                    #include <Events.h>                            */
  53. /*                #include <TextEdit.h>                            */
  54. /*        #include <CMICCProfile.h>                                */
  55.  
  56. #ifndef __CMPRCOMPONENT__
  57. #include <CMPRComponent.h>
  58. #endif
  59. #endif /* __CMCOMPONENT__ */
  60.